| 2007-01-29 |
Ewan Mellor | Remove the VDI.parent and VDI.children fields -- this... |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
Ewan Mellor | Rename VM.otherConfig to VM.other_config, for consisten... |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
Ewan Mellor | Remove VBD.driver, VIF.type, VIF.name, VTPM.driver... |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
Ewan Mellor | Document TASK_HANDLE_INVALID. |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
Ewan Mellor | Added TASK_HANDLE_INVALID to the messages file. |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
Ewan Mellor | Tidy up the VBD API calls. |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
Ewan Mellor | Match recent changes to the task class in XenAPI with... |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
Ewan Mellor | Fix bootloader handling. |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
Ewan Mellor | Fix the handling of MESSAGE_METHOD_UNKNOWN, MESSAGE_PAR... |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
Ewan Mellor | Add task.allowed_operations field, and task.cancel... |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
Ewan Mellor | Made task.name_* read-only (these are set by Xend)... |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
Ewan Mellor | Make session.this_host and session.this_user ROrun... |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
Ewan Mellor | Added a VBD.bootable flag. |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
Ewan Mellor | Fix interface_name() after change of definition for... |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
Ewan Mellor | Document new error codes VLAN_TAG_INVALID and PIF_IS_PH... |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
Ewan Mellor | Document existing PIF.create_VLAN, and remove PIF.creat... |
commit | commitdiff | tree | snapshot |
| 2007-01-27 |
Ewan Mellor | Integrate the Xen-API doc into the build. |
commit | commitdiff | tree | snapshot |
| 2007-01-27 |
Ewan Mellor | Minor tidy-up. |
commit | commitdiff | tree | snapshot |
| 2007-01-30 |
shand@cosworth... | [HVM] When guest explicitly modifies the TSC, update... |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
Christian Limpach | [linux] Delay making the VCPUOP_initialise calls until... |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
kfraser@localhost... | Remove unused implementation of vsprintf(). |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
kfraser@localhost... | Remove little-endian assumption from library code. |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
Tim Deegan | Merge |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
Tim Deegan | [HVM] Save/restore cleanups: don't save state for downe... |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
kfraser@localhost... | Remove unused noth/hton endian conversion macros. |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
kfraser@localhost... | Port ACM code to new Xen byteorder macros. |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
kfraser@localhost... | Remove strcat/strncat/strcmp/strncmp. Replaced with... |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
kfraser@localhost... | ia64 and ppc: Remove uses of strcpy and strncpy. |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
kfraser@localhost... | Remove uses of strcpy and strncpy from common and x86... |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
Ian Campbell | [LINUX] Force .data segment to be 4k aligned on i386. |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
kfraser@localhost... | libelf cannot rely on the strlcpy() BSD-ism. |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
kfraser@localhost... | Fix 'xm create' and 'xm start' when SEDF scheduler... |
commit | commitdiff | tree | snapshot |
| 2007-01-29 |
kfraser@localhost... | Replace sprintf with snprintf and strncpy with strlcpy. |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
kaf24@localhost... | Clean up libelf endian macros and includes. |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
kaf24@localhost... | Fix firmware compile on Solaris. |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
kaf24@localhost... | Fix compat build for weird solaris gcc target. |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
kaf24@localhost... | To avoid problems (hang) when doing migration, the... |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
kaf24@localhost... | [HVM] save/restore fix |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
kaf24@localhost... | Allow 'xm create' to set scheduling parameters. |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
kaf24@localhost... | Reject xm sched-* comands for other than the in-use... |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
kaf24@localhost... | Fix xentop error return code if passed unrecognised... |
commit | commitdiff | tree | snapshot |
| 2007-01-27 |
kaf24@localhost... | [HVM] Allow HVM guest to request invalidation of foreig... |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | Rename find_domain_by_id() to get_domain_by_id(). |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | Add RCU support to Xen. |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | Don't clobber vcpu flags when getting vcpu context. |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | [HVM] Fix some BIOS build warnings. |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | [TCGBIOS] Fix some makefile issues. |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | Remove the test functions from HVM highmem 32-bit BIOS. |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | [HVM] Add TCG BIOS extensions to the high memory area... |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | This patch adds a 32bit gateway to the Bochs BIOS.... |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
Alastair Tse | [XEND] Hook in utilisation statistics into Xen API... |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
Alastair Tse | [XEND] Floats for not need to be stringified in Xen... |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
Alastair Tse | [XENAPI] Add an example to start HVM guests via the... |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
Alastair Tse | [XENAPI] Make server uri easily configurable via ENV... |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | Fix 32-bit build. |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | Update hgignore list |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | minios : netfront driver fixes. |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | xen: Remove unused elf32.c. |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | 32-on-64: Fix an one-off error in compat_addr_ok(). |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | Cleanups for unmodified (pv-on-hvm) driver building. |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | Replace mlock() calls with lock_pages(). |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | 32-on-64: New set_address_size domctl for switching... |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
kaf24@localhost... | 32-on-64: Fix register-argument rearrangement to avoid... |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
Alastair Tse | [XEND] Add missing ConsoleController.py |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Emmanuel Ackaouy | Support transparant gunzipping in the readnotes utility. |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Emmanuel Ackaouy | libxc domain builder rewrite, linux builder |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Emmanuel Ackaouy | libxc domain builder rewrite, core bits. |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Emmanuel Ackaouy | libxc header fixups. |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Emmanuel Ackaouy | Add more xc_error_code values. |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Emmanuel Ackaouy | Generate headers with arch-specific structs. |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Emmanuel Ackaouy | libelf: use for readnotes utility. |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Emmanuel Ackaouy | libelf: use for hvm builder. |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Emmanuel Ackaouy | libelf: add to libxc |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Emmanuel Ackaouy | libelf: use for x86 dom0 builder. |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Emmanuel Ackaouy | add libelf: an ELF binary parser library. |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Alastair Tse | [XEND] Preliminary console support in Xen API |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Alastair Tse | [XEND] Fix HVM guest creation via Xen API |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
kfraser@localhost... | Fix perfc=y build. |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
kfraser@localhost... | hvm: Define a global I/O access bitmap, allowing direct... |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Alastair Tse | [XEND] Fix bad patch merge for XendMonitor |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
kfraser@localhost... | netfront: Better fix for netfront_tx_slot_available(). |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
kfraser@localhost... | emulator: Emulate IN/OUT/INS/OUTS. Fix CLTS. |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
kfraser@localhost... | emulator: Start filling in gaps for privileged instruct... |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Alastair Tse | [XEND] Ignore socket.shutdown() exceptions |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
kfraser@localhost... | 32-on-64: Small fixes. |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
kfraser@localhost... | emulator: Add new hook functions for load/store privile... |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
kfraser@localhost... | During suspend, return immediately with a failure if... |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
kfraser@localhost... | [HVM] Wake up APs immediately during restore. |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
kfraser@localhost... | netfront: Check availability of grant references in... |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Alastair Tse | [XEND] Allow TCP XMLRPC address:port to be configured... |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Ewan Mellor | Have the sxp parsing cope when the cpus field is a... |
commit | commitdiff | tree | snapshot |
| 2007-01-25 |
Alastair Tse | [XEND] Remove usage of set() in XendMonitor as it is... |
commit | commitdiff | tree | snapshot |
| 2007-01-24 |
kfraser@localhost... | [HVM][SVM] Add save/restore support. |
commit | commitdiff | tree | snapshot |
| 2007-01-24 |
kfraser@localhost... | bimodal xenfb daemon: Fixes and cleanups. |
commit | commitdiff | tree | snapshot |
| 2007-01-24 |
kfraser@localhost... | 32-on-64: All argument registers must be zero extended... |
commit | commitdiff | tree | snapshot |
| 2007-01-24 |
Alastair Tse | [XEND] Fix typo in XendNode |
commit | commitdiff | tree | snapshot |
| 2007-01-24 |
Ewan Mellor | Fix device reordering that occurs when the config gets... |
commit | commitdiff | tree | snapshot |
| 2007-01-24 |
kfraser@localhost... | Make domctl/sysctl interfaces 32-/64-bit invariant. |
commit | commitdiff | tree | snapshot |
| 2007-01-24 |
Alastair Tse | [XEND] Add debug class to Xen API plus non-standard... |
commit | commitdiff | tree | snapshot |
| 2007-01-24 |
Alastair Tse | [XEND] Move decorate() to XendAPI.__new__ and have... |
commit | commitdiff | tree | snapshot |
| next |